catch undefined for leftArgs[0] and rightArgs[0]#118
catch undefined for leftArgs[0] and rightArgs[0]#118karlhaas wants to merge 1 commit intoweb-animations:devfrom
Conversation
|
Thanks for writing up this fix for us! I think it might be better to change web-animations-js/src/matrix-decomposition.js Line 124 in 5f3d17f It should also be relatively simple to add a test for this bug as well in https://github.com/web-animations/web-animations-js/blob/5f3d17fbb60dd82a3775f0c7fd7667f787096deb/test/js/transform-handler.js by giving it something like matrix(0, 0, 0, 0, 0, 0) as one of the keyframe inputs. |
|
It says "It looks like you've already signed this CLA". I'm not really familiar with the source and just fixed the problem I found by debugging the source (it would have been easier if there would have been a non minified version of the bundle ;) ) |
Landed a fix in #121, thanks again for doing the initial investigation! |
Fix for #115